edu.stanford.smi.protege.code.generator.wrapping
Class ProjectBasedJavaCodeGeneratorOptions
java.lang.Object
edu.stanford.smi.protege.code.generator.wrapping.ProjectBasedJavaCodeGeneratorOptions
- All Implemented Interfaces:
- EditableJavaCodeGeneratorOptions, JavaCodeGeneratorOptions
public class ProjectBasedJavaCodeGeneratorOptions
- extends Object
- implements EditableJavaCodeGeneratorOptions
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ABSTRACT_MODE
public static final String ABSTRACT_MODE
- See Also:
- Constant Field Values
FACTORY_CLASS_NAME
public static final String FACTORY_CLASS_NAME
- See Also:
- Constant Field Values
FILE_NAME
public static final String FILE_NAME
- See Also:
- Constant Field Values
PACKAGE
public static final String PACKAGE
- See Also:
- Constant Field Values
SET_MODE
public static final String SET_MODE
- See Also:
- Constant Field Values
PREFIX_MODE
public static final String PREFIX_MODE
- See Also:
- Constant Field Values
ProjectBasedJavaCodeGeneratorOptions
public ProjectBasedJavaCodeGeneratorOptions()
getAbstractMode
public boolean getAbstractMode()
getFactoryClassName
public String getFactoryClassName()
- Specified by:
getFactoryClassName in interface JavaCodeGeneratorOptions
getOutputFolder
public File getOutputFolder()
- Specified by:
getOutputFolder in interface JavaCodeGeneratorOptions
getPackage
public String getPackage()
- Specified by:
getPackage in interface JavaCodeGeneratorOptions
getSetMode
public boolean getSetMode()
- Specified by:
getSetMode in interface JavaCodeGeneratorOptions
setAbstractMode
public void setAbstractMode(boolean value)
- Specified by:
setAbstractMode in interface EditableJavaCodeGeneratorOptions
setOutputFolder
public void setOutputFolder(File file)
- Specified by:
setOutputFolder in interface EditableJavaCodeGeneratorOptions
setFactoryClassName
public void setFactoryClassName(String value)
- Specified by:
setFactoryClassName in interface EditableJavaCodeGeneratorOptions
setPackage
public void setPackage(String value)
- Specified by:
setPackage in interface EditableJavaCodeGeneratorOptions
setSetMode
public void setSetMode(boolean value)
- Specified by:
setSetMode in interface EditableJavaCodeGeneratorOptions
setClses
public void setClses(Collection<Cls> clses)
- Specified by:
setClses in interface EditableJavaCodeGeneratorOptions
getClses
public Collection<Cls> getClses()
- Specified by:
getClses in interface JavaCodeGeneratorOptions
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2012 Stanford University.